added SSCLI 1.0
[windows-sources.git] / shared source / sscli20 / tools / binplace / sources
blobc566d8e6c742fea19329bde66ed41da73e3764c1
2
3 #  Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
4
5 #  The use and distribution terms for this software are contained in the file
6 #  named license.txt, which can be found in the root of this distribution.
7 #  By using this software in any fashion, you are agreeing to be bound by the
8 #  terms of this license.
9
10 #  You must not remove this notice, or any other, from this software.
11
14 INCLUDES                  =$(INCLUDES);..\..\clr\src\inc;
16 TARGETNAME=binplace
17 TARGETPATH=obj
18 TARGETTYPE=PROGRAM
20 # binplace binplaces itself
21 BINPLACE_NAME=$(TARGETPATH)\$(TARGET_DIRECTORY)\$(TARGETNAME)
23 USE_MSVCRT=1
25 MSC_WARNING_LEVEL = /W3 /WX
27 SUBSYSTEM_VERSION=4.00
29 SOURCES=binplace.c 
32 UMTYPE=console
34 # On Win32, the CRT does not expand wildcards in the argv[] list by
35 # default.  To get wildcard expansion, apps should link against
36 # setargv.obj which comes with the SDK.  However, this doesn't work
37 # for the PAL.  So instead, the PAL has alternate entrypoints which
38 # expand wildcards
39 UMENTRYABS=mainCRTStartupWildcard
41 ROTOR_USE_NOLIBS=1
42 LINKLIBS=$(LINKLIBS)                   \
43         $(PAL_LIB_PATH)\rotor_pal.lib